Trinux
The Basics

First Steps
The first thing use should realize is that Trinux is Linux which means that if you've never used it before, there might be a bit of a learning curve. Even in the X Windows version of Trinux, most (if not all) programs and utilities are run from the command-line. No mouse, no pop-up menus, dialog boxes, etc. Here are some commands and features of the console (meaning the non-windowing environment of Trinux). It might be worth your while to find an old book on UNIX or Linux. Any of the O'Reilly books (the ones with the animals) are generally a good choice.

Directory Structure
When you first enter trinux and do an ls you will see the following:

bin      dev      floppy   linuxrc  sbin     usr
boot     etc      home     mnt      tmp      var
cdrom    fixed    lib      proc     tux

So what is in each of these directories?

Using Floppies
Since you may occasionally need to modify the boot floppy, it is important to know how to mount a DOS formatted floppy (all the trinux disk images are DOS floppies). Trinux (like all Unix systems) requires you to mount the filesystem at a specific location within your directory tree. You could use mount -t vfat /dev/fd0 /floppy command or simply fmount to mount an MS-DOS floppy. Before removing the floppy you must unmount it with either the fumount command or umount /floppy. Warning: You will not be able to unmout the floppy if any of your consoles are accessing files within /floppy. It usually a good idea to cd / before unmounting any filesystem.

Saving your Files/Data
Starting with version 0.71, a /home directory (actually a partition) is available for saving any scripts or data for backup or future Trinux sessions. The savehome command tars up /home and uses ssh or ftp to copy it to a remote server, while gethome retrieves a previously saved file from a remote server and uncompresses it. By default the filename is home.tgz, although you may specify a filename to use (minus the .tgz extension after the command.) The commands use the /etc/tux/config/home (/tux/config/home on the floppy) to specify the transfer protocol (ssh/ftp) hostname/ip address and username on that server. See /etc/tux/config/readme for more information. Saving your configuration
The /tux directory on the